ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonObjectCoderBuilder<TObject> Class
Members

In This Topic
    JsonObjectCoderBuilder<TObject> Class
    In This Topic
    Represents the builder for the JSON object coder.
    Object Model
    JsonObjectCoderBuilder<TObject> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class JsonObjectCoderBuilder(Of TObject As {New}) 
    public sealed class JsonObjectCoderBuilder<TObject> 
    where TObject: new()
    Type Parameters
    TObject
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Core.Rdl.Persistence.Json.JsonObjectCoderBuilder<TObject>

    See Also